.whole {
  width: 100%;
overflow: hidden;
}

.left {
  float: left;
}
.right {
  float: right;
}
.show_nav {
  display: none;
}
.search {
  width: 312px;
  border-radius: 50px;
}
.search input {
  float: left;
  width: 54%;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 8%;
  height: 40px;
  line-height: 40px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.search_btn {
  background: rgba(255, 255, 255, 0.3);
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  float: right;
  width: 30%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  position: relative;
}
.search_btn img {
  vertical-align: middle;
}
.search_btn a {
  display: inline;
}
.search_btn a img {
  display: none;
}
.search_btn a img.active {
  display: inline;
}
.search_btn > .search_btn_1 {
  display: inline;
}
.search_btn > .search_btn_2 {
  display: none;
}
.search_btn.classify > .search_btn_1 {
  display: none;
}
.search_btn.classify > .search_btn_2 {
  display: inline;
}
.search_btn:hover {
  background: rgba(255, 255, 255, 0.15);
}
.search_choose_btn {
  display: inline-block;
  padding: 0 3px;
}
.search_choose_btn > .search_btn_1 {
  display: inline;
}
.search_choose_btn > .search_btn_2 {
  display: none;
}
.search_other_btn {
  display: none;
  background: rgba(255, 255, 255, 0.9);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 1px;
  z-index: 3;
  width: 80%;
  position: absolute;
  left: 0;
  z-index: 1;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
}


.nav {
  overflow: hidden;
  height: 100px;
  line-height: 100px;
}
.nav li {
  display: inline-block;
  /* width: 14.28571429%; */
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-right: 50px;
  padding: 0 10px;
}
.nav li:last-child {
  margin-right: 0;
}
.nav li a {
  color: #444b55;
}
.big_nav {
  position: fixed;
  width: 100%;
  height: 80px;
  background: #005292;
  top: 0;
  left: 0;
  z-index: 15;
  display: none;
}
.big_nav.active {
  display: block;
}
.big_nav .left {
  margin-left: 70px;
}
.big_nav .left img {
  height: 70px;
  margin-top: 5px;
}
.big_nav .right {
  width: 65%;
  margin-right: 50px;
}
.big_nav .nav {
  float: left;
  background: none;
  height: 80px;
  line-height: 80px;
  width: 100%;
  padding-left: 0;
}
.big_nav .nav i{
  color:#fff;
}
.big_nav .nav li {
  margin-right: 0px;
}
.big_nav .nav a {
  color: #fff;
font-size: 22px;}
.big_nav .nav a:hover {
  text-decoration: underline;
}
.big_nav .search {
  width: 30%;
  float: right;
  margin-top: 20px;
}


.index_left {
  width: 38%;
  position: relative;
  
  box-shadow: 30px 0 30px rgba(0, 0, 0, 0.06);
  transition: all 0.5s;
  padding-bottom: 3000px;
  margin-bottom: -3000px;
  padding-bottom: 0\0;
  /* ie 8/9 */
  margin-bottom: 0\0;
  /* ie 8/9 */
  overflow-x: visible;
  overflow-y: hidden;
}
.index_right {
  width: 62%;
  transition: all 0.5s;
}

.middle_btn {
  position: fixed;
  top: 500px;
  left: calc(38% - 20px);
  cursor: pointer;
  z-index: 11;
  transition: all 0.5s;
}
.middle_btn.active {
  transform: rotate(180deg);
}
.index_footer .index_left {
  box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.06);
}


body.active .index_left {
  width: 15%;
}
body.active .index_left .margin {
  margin: 70px 20px 30px 20px;
}
body.active .index_left .top {
  text-align: right;
  margin-bottom: 200px;
}
body.active .index_left .logo {
  width: 100%;
}
body.active .index_left .icons {
  text-align: center;
}
body.active .index_left .icons a:last-child {
  margin-right: 0;
}
body.active .index_left .left_btns {
  text-align: center;
}
body.active .index_left .left_btns a:first-child {
  margin-left: 0;
}
body.active .index_left .search {
  width: 100%;
}
body.active .index_left .search input {
  width: 46%;
}
body.active .index_left .search_btn {
  width: 38%;
}
body.active .index_left .small_hidden {
  display: none;
}
body.active .index_left .box_tits {
  height: inherit;
  overflow: hidden;
}
body.active .index_left .box_tits span {
  position: relative;
  color: #d80100 !important;
}
body.active .index_left .box_tits a {
  width: 50%;
  margin-right: 0;
  display: inline-block;
  background: #ffffff !important;
  margin-bottom: 20px;
  border-radius: 50px;
}
body.active .index_left .box_tits a:hover {
  background: #d80100 !important;
}
body.active .index_left .box_tits a:hover span {
  color: #fff!important;
}
body.active .index_left .box_tits a > img {
  display: none;
}
body.active .index_left .left_show_icon {
  display: inline-block;
  width: 18px;
  height: inherit;
  vertical-align: middle;
  margin-right: 10px;
}
body.active .index_left .btn_2 {
  width: 50%;
}
body.active .index_left .btn_5 {
  width: 99%;
  margin-right: 0;
  padding: 3px 0;
}
body.active .index_left .btn_5:nth-child(even) {
  margin-right: 0;
}
body.active .index_right {
  width: 85%;
}
body.active .wrap .swiper-slide img,
body.active .wrap_outer,
body.active .news_tit {
  height: 430px;
}
body.active .wrap .swiper-slide img > span,
body.active .wrap_outer > span,
body.active .news_tit > span {
  height: 150px;
}
body.active .wrap .swiper-slide img > span b,
body.active .wrap_outer > span b,
body.active .news_tit > span b {
  margin-top: 50px;
}
body.active .small_list .list {
  height: inherit;
}
body.active .footer .margin {
  margin-top: 0;
  padding-top: 0;
}
body.active .footer_icon,
body.active .footer_word {
  width: 100%;
  text-align: center;
}
body.active .left_body {
  min-height: 1700px\0;
}
body.active .focus_tit {
  width: 17%;
}
body.active .footer_right_hidden {
  background: #f7f7f7;
  border-radius: 0;
  border-top: none;
  bottom: inherit;
  top: 90px;
  height: 140px;
  display: block;
  z-index: 15;
  overflow-y: auto;
  box-shadow: none;
}
body.active .footer_right_hidden .click_body {
  display: none;
}
body.active .footer_right_hidden .click_body:first-child {
  display: block;
}
body.active .footer_right_hidden a {
  color: #000;
}
body.active .layui-laydate-content td,
body.active .layui-laydate-content th {
  padding: 5px;
}
body.active .middle_btn {
  left: calc(20% - 20px);
}

.new_index_right .row {
  margin-bottom: 30px;
}
.new_index_right .block {
  margin-top: 10px;
}
.new_index_right .list li {
  margin: 15px 0;
}
.new_index_right .list_name {
  width: 90%;
}
.new_index_right .list_time {
  width: 8%;
  text-align: left;
}
.new_index_right .tit {
  margin-bottom: 20px;
}
.new_index_right .wrap_switch_outer {
  margin-bottom: 20px;
}
.new_index_right .new_card {
  margin-top: 30px;
}
.new_index_right .block_inner_1 .list_name {
  width: 83%;
}
.new_index_right .block_inner_1 .list_time {
  width: 15%;
}